notBilled property

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

Implementation

@JsonKey(name: 'NotBilled', includeIfNull: false)
final bool? notBilled;