makeSingleWithJsonObject method

  1. @override
FixtureTuple<Model> makeSingleWithJsonObject()
override

Create a tuple of model and its relative JSON Object.

Implementation

@override
FixtureTuple<Model> makeSingleWithJsonObject() =>
    jsonDefinition().makeSingleWithJsonObject();