mapOrNull<TResult extends Object?> method

  1. @optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
  1. TResult? ref(
    1. ULexRefVariantRef value
    )?,
  2. TResult? refUnion(
    1. ULexRefVariantRefUnion value
    )?,
})
inherited

Implementation

@optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
  TResult? Function(ULexRefVariantRef value)? ref,
  TResult? Function(ULexRefVariantRefUnion value)? refUnion,
}) =>
    throw _privateConstructorUsedError;