mapOrNull<TResult extends Object?> method
Null safety
- {TResult? fixed( )?}
@optionalTypeArgs, inherited
Implementation
@optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
TResult? Function(SliverChildListDelegateFixed value)? fixed,
}) =>
throw _privateConstructorUsedError;