FSize class

Inheritance

Constructors

FSize(double _width, double _height)

Properties

currentOwnerId int?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setteroverride
height double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
getter/setter pair

Methods

equals(Object obj) bool
instantiate() PoolAble
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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

Static Properties

pool ObjectPool<PoolAble>
getter/setter pair

Static Methods

getInstance(double width, double height) FSize
recycleInstance(FSize instance) → void
recycleInstances(List<FSize> instances) → void