creatorId property

  1. @JsonKey.new(name: 'creator_id')
String creatorId
final

The ID of the user who created the pack

Implementation

@JsonKey(name: 'creator_id')
final String creatorId;