type property

  1. @JsonKey.new(name: 'type')
PlayerType? type
getter/setter pair

Implementation

@JsonKey(name: 'type')
PlayerType? type;