Superclass class final

Constructors

Superclass.new({required List<_Superclass> apply, List<Object> classAnnotations = const [], Map<String, List<Object>> fieldAnnotations = const {}, bool includeFreezed = false, bool includeJsonSerialization = false})
const

Properties

apply List<_Superclass>
final
classAnnotations List<Object>
final
fieldAnnotations Map<String, List<Object>>
final
hashCode int
The hash code for this object.
no setterinherited
includeFreezed bool
final
includeJsonSerialization bool
final
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