IpfsPinListGet200ResponseInnerStateEnum class

Inheritance
  • Object
  • EnumClass
  • IpfsPinListGet200ResponseInnerStateEnum

Properties

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

serializer → Serializer<IpfsPinListGet200ResponseInnerStateEnum>
no setter
values → BuiltSet<IpfsPinListGet200ResponseInnerStateEnum>
no setter

Constants

queuedPipePinnedPipeUnpinnedPipeFailedPipeGc → const IpfsPinListGet200ResponseInnerStateEnum
State of the pinned object, which is queued when we are retriving object. If this is successful the state is changed to pinned or failed if not. The state gc means the pinned item has been garbage collected due to account being over storage quota or after it has been moved to unpinned state by removing the object pin.