isDefault property

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

Whether this is the default region

Implementation

@JsonKey(includeIfNull: false, name: 'is_default')
final bool? isDefault;