InstanceModel class
The model of the ClassModel.instances.
- Annotations
-
- @sealed
- @immutable
Constructors
- InstanceModel(String key, {required Object? fields, String? dartName, String? doc, bool? convert})
-
The model of the ClassModel.instances.
const
Properties
- convert → bool
-
If the class name should be converted using
StringUtils.toCamelCase.final - dartName → String
-
The name of this class.
final
- doc → String?
-
The documentation of this class.
final
- fields → Object?
-
The fields of this class.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String
-
The key of this field in the class.
final
- name → String
-
The valid dart name of this field.
no setter
- 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