GetObject class abstract

Inheritance
Implementers

Constructors

GetObject()

Properties

builders List<Function>
no setterinherited
capitalized bool
no setter
color Color
no setter
colorAccent Color
no setter
colorMaterial Color
no setter
colorPrimary Color
no setter
comparable Comparable?
no setterinherited
containable String?
no setteroverride
currentTime DateTime?
getter/setter pair
decrypted Future
no setter
description String
getter/setter pair
descriptionFallback String?
no setter
descriptionKeys List<String>
no setter
equatable String?
no setteroverride
expandedAngle Matrix4
no setter
expandedIcon IconData
no setter
fallback GetObject?
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
idFallback String?
no setter
idKeys List<String>
no setter
initial String
latefinal
initials String
latefinal
initialsFilled String
latefinal
initialsWithoutGarbage String
latefinal
isChecked bool
getter/setter pair
isEmpty bool
no setter
isExpanded bool
getter/setter pair
isNotEmpty bool
no setter
json Map<String, dynamic>
no setterinherited
jsonString String
no setterinherited
mapper Mapper
no setterinherited
notEmpty → dynamic
no setter
removeSpace bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cipher(CipherType type) Future
compareTo(Mappable other) int
Compares this object to another object.
inherited
contains(dynamic object) bool
inherited
containsIgnoreCase(dynamic object) bool
inherited
copy<T>([Mappable? other]) → T?
inherited
encrypted<T extends GetObject>() Future
equals(Object other) bool
inherited
greaterThan(Mappable other) int
inherited
lessThan(Mappable other) int
inherited
mapping(Mapper map) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remap([Mappable? other]) → void
inherited
reset() → void
inherited
toggleChecked() bool
toggleExpand() bool
toString() String
A string representation of this object.
override

Operators

operator <(Mappable other) int
inherited
operator ==(Object other) bool
The equality operator.
inherited
operator >(Mappable other) int
inherited