View class abstract

Inheritance
Implementers

Constructors

View()

Properties

hashCode int
The hash code for this object.
no setterinherited
host ↔ HTMLElement
getter/setter pairinherited
imports List<Renderable>
no setteroverride
instanceId String?
getter/setter pairinherited
methodRegistry Map<String, Function>
no setterinherited
name String
no setterinherited
props Map<String, dynamic>
no setterinherited
propsData Map<String, dynamic>
getter/setter pairinherited
renderContext Map<String, dynamic>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style Future<String?>
no setterinherited
template Future<String>
no setterinherited
unifiedContext Map<String, dynamic>
no setterinherited

Methods

afterRender() → void
inherited
build() → HTMLElement
inherited
createImportByName(String name) Renderable?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDestroy() → void
inherited
onInit() → void
override
onMounted() → void
inherited
onUpdated() → void
inherited
receiveProps(Map<String, dynamic> newProps) → void
inherited
render() Future<void>
inherited
setState(void updater()) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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