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