GrafeasV1FileLocation constructor

GrafeasV1FileLocation({
  1. String? filePath,
})

Implementation

GrafeasV1FileLocation({
  this.filePath,
});