whenOrNull<TResult extends Object?> method
- @optionalTypeArgs
- TResult? legacy()?,
- TResult? eip1559()?,
- TResult? eip4844()?,
inherited
Implementation
@optionalTypeArgs
TResult? whenOrNull<TResult extends Object?>({
TResult? Function(
List<Map> abi,
String address,
String functionName,
List<Map<String, dynamic>>? accessList,
String? account,
List<dynamic>? args,
int? chainId,
String? dataSuffix,
BigInt? gas,
FeeValuesLegacy? feeValues,
BigInt? nonce,
BigInt? value,
String? type)?
legacy,
TResult? Function(
List<Map<String, dynamic>> abi,
String address,
String functionName,
List<Map<String, dynamic>>? accessList,
String? account,
List<dynamic>? args,
int? chainId,
String? dataSuffix,
BigInt? gas,
FeeValuesEIP1559? feeValues,
BigInt? nonce,
BigInt? value,
String? type)?
eip1559,
TResult? Function(
List<Map> abi,
String address,
String functionName,
List<Map<String, dynamic>>? accessList,
String? account,
List<dynamic>? args,
int? chainId,
String? dataSuffix,
BigInt? gas,
FeeValuesEIP4844? feeValues,
BigInt? nonce,
BigInt? value,
String? type)?
eip4844,
}) =>
throw _privateConstructorUsedError;