GeneralSettings class
Constructors
-
GeneralSettings({int? id, String? siteName, dynamic siteEmail, String? siteLogo, dynamic siteFavicon, String? siteDescription, String? siteCopyright, String? facebookUrl, String? instagramUrl, String? twitterUrl, String? linkedinUrl, dynamic rememberToken, String? inquriyEmail, String? helplineNumber, List<
String> ? languageOption, String? timeZone, String? earningType, String? youtubeUrl}) -
GeneralSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- earningType ↔ String?
-
getter/setter pair
- facebookUrl ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- helplineNumber ↔ String?
-
getter/setter pair
- id ↔ int?
-
getter/setter pair
- inquriyEmail ↔ String?
-
getter/setter pair
- instagramUrl ↔ String?
-
getter/setter pair
-
languageOption
↔ List<
String> ? -
getter/setter pair
- linkedinUrl ↔ String?
-
getter/setter pair
- rememberToken ↔ dynamic
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- siteCopyright ↔ String?
-
getter/setter pair
- siteDescription ↔ String?
-
getter/setter pair
- siteEmail ↔ dynamic
-
getter/setter pair
- siteFavicon ↔ dynamic
-
getter/setter pair
- siteLogo ↔ String?
-
getter/setter pair
- siteName ↔ String?
-
getter/setter pair
- timeZone ↔ String?
-
getter/setter pair
- twitterUrl ↔ String?
-
getter/setter pair
- youtubeUrl ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited