menu
cloudflare_sdk package
documentation
cloudflare_sdk.dart
UserPrivate
username property
username property
dark_mode
light_mode
username
property
@JsonKey.new(name: 'username', required: true)
String
username
getter/setter pair
Implementation
@JsonKey(name: 'username', required: true) late String username;
cloudflare_sdk package
documentation
cloudflare_sdk
UserPrivate
username property
UserPrivate class