menu
onairos package
documentation
services/api_key_validation_service.dart
DeveloperInfo
DeveloperInfo.new const constructor
DeveloperInfo.new const constructor
dark_mode
light_mode
DeveloperInfo
constructor
const
DeveloperInfo
(
{
required
String
id
,
required
String
name
,
required
String
plan
,
})
Implementation
const DeveloperInfo({ required this.id, required this.name, required this.plan, });
onairos package
documentation
services/api_key_validation_service
DeveloperInfo
DeveloperInfo.new const constructor
DeveloperInfo class