AbstractComponent2 class

Annotation used with the over_react builder to declare an abstract UiComponent2 class for an abstract component.

@AbstractComponent2()
abstract class FooComponent<TProps extends QuxProps> extends UiComponent2<TProps> {}

NOTE: This is only required for legacy boilerplate and can be omitted for new implementations. However, it can still be used for custom configurations (e.g. subtypeOf).

Implemented types

Constructors

AbstractComponent2()
const

Properties

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