GrafeasV1FileLocation.fromJson constructor

GrafeasV1FileLocation.fromJson(
  1. Map json_
)

Implementation

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