mapOrNull<TResult extends Object?> method

  1. @optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
  1. TResult? bytes(
    1. ULexIpldBytes value
    )?,
  2. TResult? cidLink(
    1. ULexIpldCidLink value
    )?,
})
inherited

Implementation

@optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
  TResult? Function(ULexIpldBytes value)? bytes,
  TResult? Function(ULexIpldCidLink value)? cidLink,
}) =>
    throw _privateConstructorUsedError;