ReportFiles.fromJson constructor

ReportFiles.fromJson(
  1. Map json_
)

Implementation

ReportFiles.fromJson(core.Map json_)
    : this(
        byteCount: json_['byteCount'] as core.String?,
        url: json_['url'] as core.String?,
      );