LicenseFile.fromJson constructor

LicenseFile.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory LicenseFile.fromJson(Map<String, dynamic> json) =>
    _$LicenseFileFromJson(json);