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