isLegacy property

  1. @JsonKey.new(name: 'is_legacy', defaultValue: false)
bool? isLegacy
final

Implementation

@JsonKey(name: 'is_legacy', defaultValue: false)
final bool? isLegacy;