EdgeInsetsGeometryModel class
Constructors
- EdgeInsetsGeometryModel({double? left, double? right, double? top, double? bottom})
Properties
Methods
-
collectReferences(
{String? appId}) → Future< List< ModelReference> > -
copyWith(
{double? left, double? right, double? top, double? bottom}) → EdgeInsetsGeometryModel -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toEntity(
{String? appId}) → EdgeInsetsGeometryEntity -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
fromEntity(
EdgeInsetsGeometryEntity? entity) → Future< EdgeInsetsGeometryModel?> -
fromEntityPlus(
EdgeInsetsGeometryEntity? entity, {String? appId}) → Future< EdgeInsetsGeometryModel?>
Constants
- id → const String
- packageName → const String