Map<String, dynamic> toMap() => <String, dynamic>{ "fromDate": fromDate?.toIso8601String(), "toDate": toDate?.toIso8601String(), };