BindingCastException<T, K> class

Represents an exception that is thrown when trying to bound a widget that is expecting a specific data type, to a control with a different data type.

Inheritance

Constructors

BindingCastException(ReactiveFormField<T, K> field, Object control)
Constructs the instance of the exception.

Properties

control Object
final
field ReactiveFormField<T, K>
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.
override

Operators

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