FollyFields class

Constructors

FollyFields()
factory

Properties

dateParseDelete FollyDateParse?
no setter
dateParseUpdate FollyDateParse?
no setter
hashCode int
The hash code for this object.
no setterinherited
isDesktop bool
no setter
isMobile bool
no setter
isNotDesktop bool
no setter
isNotMobile bool
no setter
isNotWeb bool
no setter
isOffline bool
no setter
isOnline bool
no setter
isWeb bool
no setter
modelDeletedAtKey String
no setter
modelIdKey String
no setter
modelUpdatedAtKey String
no setter
platform String
no setter
responsiveSizes List<double>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkResponsiveSize(BuildContext context) ResponsiveSize
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

start(AbstractConfig holder, {String modelIdKey = 'id', String modelUpdatedAtKey = 'updatedAt', String modelDeletedAtKey = 'deletedAt', List<double> responsiveSizes = const <double>[540, 720, 960, 1140], FollyDateParse? dateParseUpdate, FollyDateParse? dateParseDelete, Connectivity? connectivity}) → void