factory Avatar.fromJson(Map<String, dynamic> json) { return Avatar(id: json['id'] as String, assetPath: json['assetPath'] as String? ?? ''); }