PosSizeModel class

Constructors

PosSizeModel({double? widthPortrait, WidthTypePortrait? widthTypePortrait, double? widthLandscape, WidthTypeLandscape? widthTypeLandscape, double? heightPortrait, HeightTypePortrait? heightTypePortrait, double? heightLandscape, HeightTypeLandscape? heightTypeLandscape, PortraitFitType? fitPortrait, LandscapeFitType? fitLandscape, PortraitAlignType? alignTypePortrait, LandscapeAlignType? alignTypeLandscape, ClipType? clip})

Properties

alignTypeLandscape LandscapeAlignType?
getter/setter pair
alignTypePortrait PortraitAlignType?
getter/setter pair
clip ClipType?
getter/setter pair
fitLandscape LandscapeFitType?
getter/setter pair
fitPortrait PortraitFitType?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
heightLandscape double?
getter/setter pair
heightPortrait double?
getter/setter pair
heightTypeLandscape HeightTypeLandscape?
getter/setter pair
heightTypePortrait HeightTypePortrait?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widthLandscape double?
getter/setter pair
widthPortrait double?
getter/setter pair
widthTypeLandscape WidthTypeLandscape?
getter/setter pair
widthTypePortrait WidthTypePortrait?
getter/setter pair

Methods

collectReferences({String? appId}) Future<List<ModelReference>>
copyWith({double? widthPortrait, WidthTypePortrait? widthTypePortrait, double? widthLandscape, WidthTypeLandscape? widthTypeLandscape, double? heightPortrait, HeightTypePortrait? heightTypePortrait, double? heightLandscape, HeightTypeLandscape? heightTypeLandscape, PortraitFitType? fitPortrait, LandscapeFitType? fitLandscape, PortraitAlignType? alignTypePortrait, LandscapeAlignType? alignTypeLandscape, ClipType? clip}) PosSizeModel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toEntity({String? appId}) PosSizeEntity
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

fromEntity(PosSizeEntity? entity) Future<PosSizeModel?>
fromEntityPlus(PosSizeEntity? entity, {String? appId}) Future<PosSizeModel?>

Constants

id → const String
packageName → const String