fold<R> method

  1. @override
R fold<R>(
  1. R onRef(
    1. String ref
    ),
  2. R on(
    1. SchemaOpenApi p1
    )
)
override

Implementation

@override
R fold<R>(R Function(String ref) onRef, R Function(SchemaOpenApi p1) on) => on(this);