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