Target.fromJson constructor
Target.fromJson(
- Map json_
Implementation
Target.fromJson(core.Map json_)
: this(identifier: json_['identifier'] as core.String?);
Target.fromJson(core.Map json_)
: this(identifier: json_['identifier'] as core.String?);