mapOrNull<TResult extends Object?> method
- @optionalTypeArgs
- TResult? ether(
- _UnitEther value
- TResult? gwei(
- _UnitGwei value
- TResult? wei(
- _UnitWei value
- TResult? id(
- _UnitId value
inherited
Implementation
@optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
TResult? Function(_UnitEther value)? ether,
TResult? Function(_UnitGwei value)? gwei,
TResult? Function(_UnitWei value)? wei,
TResult? Function(_UnitId value)? id,
}) =>
throw _privateConstructorUsedError;