toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  final minSegmentConfidence = this.minSegmentConfidence;
  return {
    if (minSegmentConfidence != null)
      'MinSegmentConfidence': minSegmentConfidence,
  };
}