example abstract method

T example({
  1. RandomState? state,
  2. bool edgeCase = false,
})

Generates an example of the data.

Parameters:

  • state: The random state to use when generating data.
  • edgeCase: If set to true, the edge cases is generated.

Implementation

T example({RandomState? state, bool edgeCase = false});