tryFromBorshBase64<T extends BorshObjectMixin> static method
Creates an instance of this class from a base-64 encoded string.
Returns null if encoded is omitted.
Implementation
static T? tryFromBorshBase64<T extends BorshObjectMixin>(final String? encoded)
=> throw _unimplementedError('tryFromBorshBase64');