Automock constructor

Automock({
  1. required int port,
  2. required String swaggerJson,
})

Implementation

Automock({
  required this.port,
  required this.swaggerJson,
});