BorshOption<T> constructor
const
BorshOption<T> (
- BorshAnnotation<
T> subtype, [ - BorshOptionType? type
Creates an annotation for an optional value.
Implementation
const BorshOption(
super.subtype, [
super.type,
]);