makeManyWithJsonArray abstract method

List<FixtureTuple<Model>> makeManyWithJsonArray(
  1. int number, {
  2. bool growableList = false,
})

Create an array of both model and its relative JSON Object.

Implementation

List<FixtureTuple<Model>> makeManyWithJsonArray(int number,
    {bool growableList = false});