LicenceVerifyModel.fromJson constructor

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

Implementation

LicenceVerifyModel.fromJson(Map<String, dynamic> json) {
  userVerified = json['user_verified'];
}