menu
flutter_gb_authentication_basic package
documentation
infrastructure/models/auth_device_info_model.dart
AuthDeviceInfoModel
AuthDeviceInfoModel.new constructor
AuthDeviceInfoModel.new constructor
dark_mode
light_mode
AuthDeviceInfoModel
constructor
AuthDeviceInfoModel
(
{
required
String
id
,
required
String
name
,
})
Implementation
AuthDeviceInfoModel({ required this.id, required this.name, });
flutter_gb_authentication_basic package
documentation
infrastructure/models/auth_device_info_model
AuthDeviceInfoModel
AuthDeviceInfoModel.new constructor
AuthDeviceInfoModel class