BaseObject class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- BaseObject({String? id, String? $id, int? cstamp, String? cby, String? uby, int? ustamp})
-
const
-
BaseObject.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{String? id, String? $id, int? cstamp, String? cby, String? uby, int? ustamp}) → BaseObject -
Available on BaseObject, provided by the $BaseObjectExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? id, Wrapped<String?> ? $id, Wrapped<int?> ? cstamp, Wrapped<String?> ? cby, Wrapped<String?> ? uby, Wrapped<int?> ? ustamp}) → BaseObject -
Available on BaseObject, provided by the $BaseObjectExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const BaseObject Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(BaseObject instance)