Creates an instance of this class from a buffer.
this
Returns null if buffer is omitted.
null
buffer
static Stake? tryFromBorsh(final Iterable<int>? buffer) => buffer != null ? Stake.fromBorsh(buffer) : null;