IdValidationLicense.fromJson constructor

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

Implementation

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