Completion constructor

Completion(
  1. String json
)

Create a new completion object

Implementation

Completion(this.json) : map = jsonDecode(json);