License.fromJson constructor

License.fromJson(
  1. dynamic json
)

Implementation

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