SettingsProfileFormConfig class abstract

SettingsProfileFormConfig

Properties:

  • action - Action should be used as the form action URL <form action=\"{{ .Action }}\" method=\"post\">.
  • messages
  • method - Method is the form method (e.g. POST)
  • nodes

Constructors

SettingsProfileFormConfig([void updates(SettingsProfileFormConfigBuilder b)])
factory

Properties

action String
Action should be used as the form action URL <form action=\"{{ .Action }}\" method=\"post\">.
no setter
hashCode int
The hash code for this object.
no setterinherited
messages → BuiltList<UiText>?
no setter
method String
Method is the form method (e.g. POST)
no setter
nodes → BuiltList<UiNode>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(SettingsProfileFormConfigBuilder)) SettingsProfileFormConfig
Rebuilds the instance.
inherited
toBuilder() SettingsProfileFormConfigBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<SettingsProfileFormConfig>
no setter