tryFromBorsh<T extends BorshObjectMixin> static method
Creates an instance of this class from a buffer.
Returns null if buffer is omitted.
Implementation
static T? tryFromBorsh<T extends BorshObjectMixin>(final Iterable<int>? buffer)
=> throw _unimplementedError('tryFromBorsh');