EmailViewDefinition class

Represents a data-driven view for Email settings. Web/Mobile UI can use this data to show new EMail settings consistently without further manual work.

Annotations
  • @JsonSerializable()

Constructors

EmailViewDefinition()
EmailViewDefinition.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
The identifier for this view.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewSettings List<EmailViewDefinitionSetting>?
The ordered list of settings to show in this view.
getter/setter pair

Methods

asyncToJson() Future<Map<String, dynamic>>
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

Static Methods

asyncFromJson(Map<String, dynamic> json) Future<EmailViewDefinition>