menu
fluxer_dart package
documentation
models/application_admin_response.dart
ApplicationAdminResponse
ownerUserId property
ownerUserId property
dark_mode
light_mode
ownerUserId
property
@JsonKey.new(name: 'owner_user_id')
String
ownerUserId
final
The user ID that owns this application
Implementation
@JsonKey(name: 'owner_user_id') final String ownerUserId;
fluxer_dart package
documentation
models/application_admin_response
ApplicationAdminResponse
ownerUserId property
ApplicationAdminResponse class