MotherDetailsState constructor
Creates a MotherDetailsState with the given values.
Implementation
const MotherDetailsState({
this.allMothers = const [],
this.filteredMothers = const [],
this.fromDate,
this.tillDate,
this.searchQuery = '',
this.isLoading = false,
this.errorMessage,
});