KuralState class

Constructors

KuralState()
KuralState.allKurals({required List<Kural>? allKuralsList, required bool? isAllKuralsLoaded, required String? errorMessageForAllKurals})
KuralState.allKuralsInRange({required List<Kural>? kuralsInRangeList, required bool? isAllKuralsInRangeLoaded, required String? errorMessageForAllKuralsInRange})
KuralState.englishChapterNameKurals({required List<Kural>? englishChapterNameKuralsList, required bool? isAllEnglishChaptersKuralsLoaded, required String? englishChapterNameKuralsErrorMessage})
KuralState.englishChapterNames({required List<String>? englishChapterNamesList, required bool? isAllEnglishChaptersLoaded, required String? englishChapterNamesErrorMessage})
KuralState.englishSectionKurals({required List<Kural>? englishSectionNameKuralsList, required bool? isAllEnglishSectionKuralsLoaded, required String? englishSectionNameKuralsErrorMessage})
KuralState.kuralByNumber({required Kural? kuralByNumber, required String? errorMessageForKuralByNum, required bool? isKuralByNumLoaded})
KuralState.kuralOfDay({required Kural? kuralOfTheDay, required String? errorMessageForKuralOfDay, required bool? isKuralOfDayLoaded})
KuralState.tamilChapterNameKurals({required List<Kural>? tamilChapterNameKuralsList, required bool? isAllTamilChaptersKuralsLoaded, required String? tamilChapterNameKuralsErrorMessage})
KuralState.tamilChapterNames({required List<String>? tamilChapterNamesList, required bool? isAllTamilChaptersLoaded, required String? tamilChapterNamesErrorMessage})
KuralState.tamilSectionKurals({required List<Kural>? tamilSectionNameKuralsList, required bool? isAllTamilSectionKuralsLoaded, required String? tamilSectionNameKuralsErrorMessage})

Properties

allKuralsList List<Kural>?
getter/setter pair
englishChapterNameKuralsErrorMessage String?
getter/setter pair
englishChapterNameKuralsList List<Kural>?
getter/setter pair
englishChapterNamesErrorMessage String?
getter/setter pair
englishChapterNamesList List<String>?
getter/setter pair
englishSectionNameKuralsErrorMessage String?
getter/setter pair
englishSectionNameKuralsList List<Kural>?
getter/setter pair
errorMessageForAllKurals String?
getter/setter pair
errorMessageForAllKuralsInRange String?
getter/setter pair
errorMessageForKuralByNum String?
getter/setter pair
errorMessageForKuralOfDay String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAllEnglishChaptersKuralsLoaded bool?
getter/setter pair
isAllEnglishChaptersLoaded bool?
getter/setter pair
isAllEnglishSectionKuralsLoaded bool?
getter/setter pair
isAllKuralsInRangeLoaded bool?
getter/setter pair
isAllKuralsLoaded bool?
getter/setter pair
isAllTamilChaptersKuralsLoaded bool?
getter/setter pair
isAllTamilChaptersLoaded bool?
getter/setter pair
isAllTamilSectionKuralsLoaded bool?
getter/setter pair
isKuralByNumLoaded bool?
getter/setter pair
isKuralOfDayLoaded bool?
getter/setter pair
kuralByNumber Kural?
getter/setter pair
kuralOfTheDay Kural?
getter/setter pair
kuralsInRangeList List<Kural>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tamilChapterNameKuralsErrorMessage String?
getter/setter pair
tamilChapterNameKuralsList List<Kural>?
getter/setter pair
tamilChapterNamesErrorMessage String?
getter/setter pair
tamilChapterNamesList List<String>?
getter/setter pair
tamilSectionNameKuralsErrorMessage String?
getter/setter pair
tamilSectionNameKuralsList List<Kural>?
getter/setter pair

Methods

allKuralsCopyWith({required List<Kural>? allKuralsList, required bool? isAllKuralsLoaded, required String? errorMessageForAllKurals}) KuralState
allKuralsInRangeCopyWith({required List<Kural>? kuralsInRangeList, required bool? isAllKuralsInRangeLoaded, required String? errorMessageForAllKuralsInRange}) KuralState
copyWithEnglishChapterNameKurals({required List<Kural> englishChapterNameKuralsList, required bool isAllEnglishChaptersKuralsLoaded, required String englishChapterNameKuralsErrorMessage}) KuralState
copyWithEnglishChapterNames({required List<String> englishChapterNamesList, required bool isAllEnglishChaptersLoaded, required String englishChapterNamesErrorMessage}) KuralState
copyWithEnglishSectionKurals({required List<Kural> englishSectionNameKuralsList, required bool isAllEnglishSectionKuralsLoaded, required String englishSectionNameKuralsErrorMessage}) KuralState
copyWithTamilChapterNameKurals({required List<Kural> tamilChapterNameKuralsList, required bool isAllTamilChaptersKuralsLoaded, required String tamilChapterNameKuralsErrorMessage}) KuralState
copyWithTamilChapterNames({required List<String>? tamilChapterNamesList, required bool? isAllTamilChaptersLoaded, required String? tamilChapterNamesErrorMessage}) KuralState
copyWithTamilSectionKurals({required List<Kural> tamilSectionNameKuralsList, required bool isAllTamilSectionKuralsLoaded, required String tamilSectionNameKuralsErrorMessage}) KuralState
kuralByNumCopyWith({required Kural? kuralByNum, required String? errorMessageForKuralByNum, required bool? isKuralByNumLoaded}) KuralState
kuralOfDayCopyWith({required Kural? kuralOfTheDay, required String? errorMessageForKuralOfDay, required bool isKuralOfDayLoaded}) KuralState
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited