ObjectTypes class abstract

Constructors

ObjectTypes()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Methods

getType(String type) int
getTypeString(int type) String

Constants

BLOB → const int
BLOB_STR → const String
COMMIT → const int
COMMIT_STR → const String
OFS_DELTA → const int
OFS_DELTA_STR → const String
REF_DELTA → const int
REF_DELTA_STR → const String
TAG → const int
TAG_STR → const String
TREE → const int
TREE_STR → const String