factory UserAnonymousExpandable.fromJson(Map<String, Object?> json) { return UserAnonymousExpandable( operations: json[r'operations'] as String?, ); }