LicenseKind.fromJson constructor

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

Implementation

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