TargetID.fromJson constructor

TargetID.fromJson(
  1. String value
)

Implementation

factory TargetID.fromJson(String value) => TargetID(value);