fields property
- @JsonKey(defaultValue: <MastodonField>[])
final
List of custom fields on the profile.
Implementation
@JsonKey(defaultValue: <MastodonField>[])
final List<MastodonField> fields;
List of custom fields on the profile.
@JsonKey(defaultValue: <MastodonField>[])
final List<MastodonField> fields;