IpfsAddPost200Response class abstract

IpfsAddPost200Response

Properties:

  • name - Name of the file
  • ipfsHash - IPFS hash of the file
  • size - IPFS node size in Bytes
Annotations
  • @BuiltValue()

Constructors

IpfsAddPost200Response([void updates(IpfsAddPost200ResponseBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
ipfsHash String
IPFS hash of the file
no setter
name String
Name of the file
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size String
IPFS node size in Bytes
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(IpfsAddPost200ResponseBuilder)) IpfsAddPost200Response
Rebuilds the instance.
inherited
toBuilder() IpfsAddPost200ResponseBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<IpfsAddPost200Response>
no setter