ApiTestArgs constructor

ApiTestArgs({
  1. required String url,
  2. String? method,
})

Creates a new instance of ApiTestArgs.

Implementation

ApiTestArgs({required this.url, this.method});