days property

List<int>? get days

Implementation

List<int>? get days => (_$data['days'] as List<int>?);