pending property

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

Implementation

@JsonKey(name: 'Pending', includeIfNull: false)
final bool? pending;