menu
quran_data_dart package
documentation
models/ayah_range.dart
AyahRangeInfo
AyahRangeInfo.new const constructor
AyahRangeInfo.new const constructor
dark_mode
light_mode
AyahRangeInfo
constructor
const
AyahRangeInfo
(
{
required
int
start
,
required
int
end
,
required
int
count
,
})
Implementation
const AyahRangeInfo({ required this.start, required this.end, required this.count, });
quran_data_dart package
documentation
models/ayah_range
AyahRangeInfo
AyahRangeInfo.new const constructor
AyahRangeInfo class