Chokepoint.fromJson constructor
Chokepoint.fromJson(
- Map json_
Implementation
Chokepoint.fromJson(core.Map json_)
: this(
relatedFindings:
(json_['relatedFindings'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);