responsiblePerson property

  1. @JsonKey.new(name: 'ResponsiblePerson', includeIfNull: false)
bool? responsiblePerson
final

Implementation

@JsonKey(name: 'ResponsiblePerson', includeIfNull: false)
final bool? responsiblePerson;