CommitmentListWarningData.fromJson constructor
- Map _json
Implementation
CommitmentListWarningData.fromJson(core.Map _json) {
if (_json.containsKey("key")) {
key = _json["key"];
}
if (_json.containsKey("value")) {
value = _json["value"];
}
}