LicenseQrCode.fromJson constructor
LicenseQrCode.fromJson(
- dynamic json
Implementation
LicenseQrCode.fromJson(dynamic json) {
lic = json['lic'] != null ? License.fromJson(json['lic']) : null;
}
LicenseQrCode.fromJson(dynamic json) {
lic = json['lic'] != null ? License.fromJson(json['lic']) : null;
}