ownerUsername property

  1. @JsonKey.new(includeIfNull: true, name: 'owner_username')
String? ownerUsername
final

The username of the owner, if resolvable

Implementation

@JsonKey(includeIfNull: true, name: 'owner_username')
final String? ownerUsername;