TaskApi constructor

TaskApi(
  1. String method,
  2. Map<String, dynamic>? params
)

Implementation

TaskApi(this.method, this.params);