CheckStatusResponse constructor

CheckStatusResponse({
  1. String? description,
  2. Map<String, Map<String, Object?>>? metadata,
  3. String? state,
})

Implementation

CheckStatusResponse({this.description, this.metadata, this.state});