mapOrNull<TResult extends Object?> method

  1. @optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
  1. TResult? refVariant(
    1. ULexXrpcSchemaRefVariant value
    )?,
  2. TResult? object(
    1. ULexXrpcSchemaObject value
    )?,
})
inherited

Implementation

@optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
  TResult? Function(ULexXrpcSchemaRefVariant value)? refVariant,
  TResult? Function(ULexXrpcSchemaObject value)? object,
}) =>
    throw _privateConstructorUsedError;