Registration class

The class is used in the process of registering a component in the FlateStore to get a set of Type with which this component can be registered

Constructors

Registration({required FlateElementMixin instance})

Properties

hashCode int
The hash code for this object.
no setterinherited
instance FlateElementMixin
Returns the object for which this class was created
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
types Iterable<Type>
Return iterable of types which implemented by instance
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerAs<T>() → void
Method store Type provided by generic parameter T in types
toString() String
A string representation of this object.
inherited

Operators

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