MaybeInfo constructor
MaybeInfo({})
Implementation
MaybeInfo({
required this.sort,
required this.nothing,
required this.isNothing,
required this.just,
required this.isJust,
required this.value,
});
MaybeInfo({
required this.sort,
required this.nothing,
required this.isNothing,
required this.just,
required this.isJust,
required this.value,
});