unwrapOr method

  1. @override
T unwrapOr(
  1. T fallback
)
override

Implementation

@override
T unwrapOr(T fallback) => fallback;