fromBorsh<T extends BorshObjectMixin> static method
Creates an instance of this
class from a buffer.
Implementation
static T fromBorsh<T extends BorshObjectMixin>(final Iterable<int> buffer)
=> throw _unimplementedError('fromBorsh');