part of 'label_cubit.dart'; @freezed class LabelState with _$LabelState { const factory LabelState({ @Default({}) Map correspondents, @Default({}) Map documentTypes, @Default({}) Map tags, @Default({}) Map storagePaths, }) = _LabelState; }