TypeRender class abstract

Abstract class for type renders.

Implementers

Constructors

TypeRender(String cssClass)

Properties

cssClass String
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

applyCSS(JSONRender render, Element output, {String? cssClass, List<Element>? extraElements}) → void
matches(dynamic node, dynamic nodeParent, NodeKey nodeKey) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render(JSONRender render, DivElement output, dynamic node, dynamic nodeOriginal, NodeKey nodeKey) ValueProvider
toString() String
A string representation of this object.
inherited

Operators

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