characterId property

  1. @JsonKey(name: 'characterId')
String? characterId
getter/setter pair

The unique identifier for the character.

Implementation

@JsonKey(name:'characterId')
String? characterId;