FieldLong class

Sets the long integer attribute value of a sampling point.

Different from FieldInt, this option's value will be set as long integer in Android Platfom.

Implemented types

Constructors

FieldLong(Field field, int value)

Properties

field Field
getter/setter pairoverride-getter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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