makeManyWithJsonArray method
Create an array of both model and its relative JSON Object.
Implementation
@override
List<FixtureTuple<Model>> makeManyWithJsonArray(
int number, {
bool growableList = false,
}) =>
jsonDefinition().makeManyWithJsonArray(
number,
growableList: growableList,
);