ClassRender class

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

Static Methods

renderClassComment(String clazz, String did) → dynamic
renderConstructorFields(Iterable<SerField> fields) → dynamic
renderCopy(String clazz, List<SerField> fields) → dynamic
renderEquals(String clazz, Iterable<SerField> fields) → dynamic
renderFields(Iterable<SerField> fields) → dynamic
renderFromMapFields(Iterable<SerField> fields) → dynamic
renderHashCode(Iterable<SerField> fields) → dynamic
renderRecordIDL(Iterable<SerField> fields) → dynamic
renderToJsonFields(Iterable<SerField> fields) → dynamic
renderToString() → dynamic
renderVariantIDL(String type, Iterable<SerField> fields) → dynamic