menu
flutter_log_with_env package
documentation
flutter_log_with_env.dart
ApiModel
ApiModel.new constructor
ApiModel.new constructor
dark_mode
light_mode
ApiModel
constructor
ApiModel
(
{
String
name
=
''
,
required
String
url
,
bool
mock
=
false
,
})
Implementation
ApiModel({ this.name = '', required this.url, this.mock = false, });
flutter_log_with_env package
documentation
flutter_log_with_env
ApiModel
ApiModel.new constructor
ApiModel class