ModelSettings class
Constructors
- ModelSettings.new({required CmsParams cmsParams, required String emailCompany, required String vatCode})
- ModelSettings.fromJson(String source)
-
factory
-
ModelSettings.fromMap(Map<
String, dynamic> map) -
factory
Properties
- cmsParams → CmsParams
-
final
- emailCompany → String
-
company@gmail.com
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vatCode → String
-
НДС ...
final
Methods
-
copyWith(
{CmsParams? cmsParams, String? emailCompany, String? vatCode}) → ModelSettings -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited