GeopackageBinaryType class Null safety
GeoPackage Binary Type inside Geometry Header Flags.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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 Properties
-
values
→ List<
GeopackageBinaryType> -
read-only
Static Methods
Constants
- ExtendedGeoPackageBinary → const GeopackageBinaryType
-
const GeopackageBinaryType._(1)
- StandardGeoPackageBinary → const GeopackageBinaryType
-
const GeopackageBinaryType._(0)