UserAvatar.fromJson(Map<String, dynamic> json) : this.avatar = (json.containsKey('body')) ? ifNullReturnEmpty(json['body']['user_avatar']) : '';