ProjectReference.fromJson constructor
ProjectReference.fromJson(
- Map json_
Implementation
ProjectReference.fromJson(core.Map json_)
: this(
projectId: json_['projectId'] as core.String?,
);