Dto<D extends Dto<D> > class
abstract
Constructors
- Dto()
Properties
Methods
-
asPatch(
) → PatchDto< D> -
asRelation(
) → RelationDto< D> -
diff(
D newValue) → PatchDto< D> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toFiles(
) → List< Future< MultipartFile> > -
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
optionalBoolToJson(
bool value) → bool? -
optionalNumToJson(
num value) → num? -
optionalStringToJson(
String value) → String?