Attribute class abstract

Abstract base class for defining form attributes in Formify.

The Attribute class serves as an abstract base class for defining form attributes within a Formify configuration. It provides a common structure for all form attributes by including an attribute identifier. This identifier uniquely identifies the form attribute within the configuration.

Subclasses of Attribute may provide additional functionality or properties to customize the behavior and appearance of form attributes.

Properties:

  • attribute: The unique identifier of the form attribute.
Implementers

Constructors

Attribute(String attribute)
Parameters:

Properties

attribute String
The unique identifier of the form attribute.
final
hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

rowAttribute → const String