DomainDescription class final

The description of the domain to be created.

This is the base class for domain descriptions such as CodedValueDomainDescription and RangeDomainDescription. It defines a domain name and field type to which domain values are applied.

Implemented types
Implementers

Properties

fieldType ↔ FieldType
The field type of the domain to be created.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
name ↔ String
The name of the domain to be created.
getter/setter pair
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