FormeFieldType class

Inheritance
Annotations

Properties

fieldType Type
final
hashCode int
A hash code for the type which is compatible with operator==.
no setteroverride
name String
final
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
Returns a string which represents the underlying type.
override

Operators

operator ==(Object other) bool
Whether other is a Type instance representing an equivalent type.
override