fromBorshBase64<T extends BorshObjectMixin> static method
Creates an instance of this
class from a base-64 encoded string.
Implementation
static T fromBorshBase64<T extends BorshObjectMixin>(final String encoded)
=> throw _unimplementedError('fromBorshBase64');