FileRes.fromJson(Map<String, dynamic> json) { this.superFromJson(json); this.url = this.isDataVali() ? json['url'] : null; }