active property

  1. @JsonKey.new(name: 'active')
bool? active
getter/setter pair

Implementation

@JsonKey(name: 'active')
bool? active;