menu
smartpub package
documentation
pubspec_manager.dart
SectionInfo
SectionInfo.new constructor
SectionInfo.new constructor
dark_mode
light_mode
SectionInfo
constructor
SectionInfo
(
{
required
String
name
,
required
int
startIndex
,
required
int
endIndex
,
})
Implementation
SectionInfo({ required this.name, required this.startIndex, required this.endIndex, });
smartpub package
documentation
pubspec_manager
SectionInfo
SectionInfo.new constructor
SectionInfo class