emojis property

  1. @JsonKey(name: 'emojis')
List<CustomEmoji>? get emojis
inherited

Additional metadata attached to a profile as name-value pairs.

Implementation

@JsonKey(name: 'emojis')
List<CustomEmoji>? get emojis => throw _privateConstructorUsedError;