AtData fromJson(Map json) { data = json['data']; metaData = AtMetaData().fromJson(json['metaData']); return this; }