characterIds property

  1. @JsonKey(name: 'characterIds')
List<String>? characterIds
getter/setter pair

A list of the character IDs, for further querying on your part.

Implementation

@JsonKey(name:'characterIds')
List<String>? characterIds;