APIPlatformCapability class
Constructors
- APIPlatformCapability({required bool canReadFile, bool int64 = false, bool double64 = false, bool int53 = false, bool double53 = false, bool int32 = false, bool double32 = false, int? maxSafeInteger, int? minSafeInteger})
- APIPlatformCapability.bits32({required bool canReadFile})
- APIPlatformCapability.bits53({required bool canReadFile})
- APIPlatformCapability.bits64({required bool canReadFile})
Properties
- canReadFile → bool
-
final
- double32 → bool
-
final
- double53 → bool
-
final
- double64 → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- int32 → bool
-
final
- int53 → bool
-
final
- int64 → bool
-
final
- maxSafeInteger → int
-
final
- minSafeInteger → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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