factory AvatarConfig.fromJson(Map<String, dynamic> json) { return AvatarConfig( shape: json['shape'] ?? AppBuilder.AVATAR_SHAPE_CIRCULAR, ); }