types property Null safety

List<String> types
@JsonKey(name: 'Types', fromJson: _typeList), final

Implementation

@JsonKey(name: 'Types', fromJson: _typeList)
final List<String> types;