SpeechConditionParameter.fromJson constructor Null safety

SpeechConditionParameter.fromJson(
  1. Map<String, dynamic> json
)

Generate from json

Implementation

factory SpeechConditionParameter.fromJson(Map<String, dynamic> json) =>
    _$SpeechConditionParameterFromJson(json);