Alvyn Fasuyi

Results 2 comments of Alvyn Fasuyi

any updates?

Faced the same issue and got it working by replacing with typedef. Very strange behavior. ```dart import 'package:freezed_annotation/freezed_annotation.dart'; part 'filter_cache_state.freezed.dart'; typedef AcceptanceReportFilter = Map; @freezed class FilterCacheState with _$FilterCacheState {...