custom property

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

Implementation

@JsonKey(name: 'Custom', includeIfNull: false)
final bool? custom;