FlateRegistry class

Mixed in types

Constructors

FlateRegistry()

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

applyRegistration(Registration registration) → void
call<T>() → T
Returns instance of FlateElementMixin which conforms to type T
override
isRegistered<T>() bool
Return true if instance of type T registered in store else result is false
mergeRegistry(FlateRegistry registry) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepareElements() Future<void>
releaseElements() Future<void>
toString() String
A string representation of this object.
inherited
useElement<T>() → T
useFragment<F extends FlateFragmentMixin>() → F
Returns instance of FlateFragment by Type provided in generic parameter F

Operators

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