EdgeInsetsGeometryDto<Self extends EdgeInsetsGeometryDto<Self> > class
abstract
- Inheritance
-
- Object
- Dto<
EdgeInsetsGeometry> - EdgeInsetsGeometryDto
- Implementers
- Annotations
Constructors
Properties
- bottom → double?
-
final
- end → double?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDirectional → bool
-
no setter
- left → double?
-
final
-
props
→ List<
Object?> -
no setter
- right → double?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- start → double?
-
final
- stringify → bool
-
no setterinherited
- top → double?
-
final
Methods
-
getDiff(
EqualityMixin other) → Map< String, String> -
inherited
-
merge(
covariant dynamic other) → dynamic -
Merges this object with
other, returning a new object of typeT.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve(
MixData mix) → EdgeInsetsGeometry -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited