mapOrNull<TResult extends Object?> method

  1. @optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
  1. TResult? ether(
    1. _FormatUnitEther value
    )?,
  2. TResult? gwei(
    1. _FormatUnitGwei value
    )?,
  3. TResult? wei(
    1. _FormatUnitWei value
    )?,
  4. TResult? decimals(
    1. _FormatUnitValue value
    )?,
})
inherited

Implementation

@optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
  TResult? Function(_FormatUnitEther value)? ether,
  TResult? Function(_FormatUnitGwei value)? gwei,
  TResult? Function(_FormatUnitWei value)? wei,
  TResult? Function(_FormatUnitValue value)? decimals,
}) =>
    throw _privateConstructorUsedError;