isActive property

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

Implementation

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