AppConfig class

Inheritance
Annotations
  • @JsonSerializable()

Constructors

AppConfig(String id, {required Contact contact, required Map<String, String> appPrivacy, required Map<String, String> appTerms, required Map<String, String> designerPrivacy, required Map<String, String> designerTerms, required Map<String, String> imprint})
AppConfig.fromJson(Map<String, dynamic> json)
factory

Properties

appPrivacy Map<String, String>
getter/setter pair
appTerms Map<String, String>
getter/setter pair
contact Contact
getter/setter pair
designerPrivacy Map<String, String>
getter/setter pair
designerTerms Map<String, String>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
imprint Map<String, String>
getter/setter pair
primaryKeys Map<String, dynamic>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete() Future<AppConfig>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save() Future<AppConfig>
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getAppConfig() Future<AppConfig>
getAppContact() Future<Contact>

Constants

tableName → const String