ClassMeta class Models

Metadata for a generated class.

Constructors

ClassMeta({Object? annotation, String? mixin, String? extend, String? implement})
const

Properties

annotation Object?
An annotation to be applied to the generated class.
final
extend String?
Extends clause for the generated class.
final
hashCode int
The hash code for this object.
no setterinherited
implement String?
Additional interfaces for the generated class.
final
mixin String?
Additional mixins for the generated class.
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