License.fromJson constructor
License.fromJson(
- dynamic json
Implementation
License.fromJson(dynamic json) {
v = json['v'];
dt = json['dt'];
tk = json['tk'];
ty = json['ty'];
}
License.fromJson(dynamic json) {
v = json['v'];
dt = json['dt'];
tk = json['tk'];
ty = json['ty'];
}