License.fromJson constructor

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

Creates a License from a JSON object.

Implementation

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