Basics.fromJson(Map<String, dynamic> json) { common = json['common'] != null ? Common.fromJson(json['common']) : null; }