BlogLocale class
BlogLocale This is BlogLocale Model class
Constructors
- BlogLocale({required String language, required String country, required String variant})
- BlogLocale.fromJson(String source)
-
This is will help us to create object from json input
factory
-
BlogLocale.fromMap(Map<
String, dynamic> map) -
This is will help us to create object from Map
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> - This is will help us to create Map Data
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited