toJson method

Map<String, dynamic> toJson()

Implementation

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