BaseSunnyEntity class abstract
- Mixed-in types
-
- MBaseModelMixin
- DiffDelegateMixin
Constructors
Properties
- diffHashCode → int
-
no setterinherited
- diffKey → dynamic
-
no setteroverride
- diffSource → dynamic
-
no setteroverride
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String?
-
no setter
-
mfields
→ Set<
String> -
no setterinherited
- mkey → MKey?
-
no setter
- mtype → MSchemaRef
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clone(
) → dynamic -
diffEquals(
dynamic other) → bool -
inherited
-
diffIdentical(
dynamic other) → bool -
inherited
-
get<
T> (String key) → T -
inherited
-
getByPath<
T> (JsonPath path) → T -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prop<
T> (JsonPath< T> path, [T? value]) → T -
inherited
-
setByPath<
T> (JsonPath< T> path, T? value) → void -
inherited
-
takeFrom(
dynamic source) → void -
takeFromMap(
Map< String, dynamic> ? map, {bool copyEntries = true}) → void -
Used for meta-forms in setting deep properties
override
-
toJson(
) → Object? -
toMap(
) → Map< String, Object?> -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
-
operator [](
dynamic key) → dynamic -
override
-
operator []=(
String key, dynamic value) → void -
override