Target.fromJson constructor

Target.fromJson(
  1. Map json_
)

Implementation

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