ResponseEvent constructor

ResponseEvent(
  1. String jsonString
)

Implementation

ResponseEvent(this.jsonString): _value = jsonDecode(jsonString);