menu
login_firebase package
documentation
models/ThirdPartyErrorModel.dart
ThirdPartyErrorModel
ThirdPartyErrorModel const constructor
ThirdPartyErrorModel const constructor
dark_mode
light_mode
ThirdPartyErrorModel
constructor
const
ThirdPartyErrorModel
(
{
int
code
=
0
,
String
trace
=
""
,
})
Implementation
const ThirdPartyErrorModel({this.code = 0, this.trace = ""}) : super();
login_firebase package
documentation
models/ThirdPartyErrorModel
ThirdPartyErrorModel
ThirdPartyErrorModel const constructor
ThirdPartyErrorModel class