menu
dgis_mobile_sdk_map package
documentation
dgis.dart
LevelInfo
LevelInfo.new const constructor
LevelInfo.new const constructor
dark_mode
light_mode
LevelInfo
constructor
const
LevelInfo
(
{
required
LevelId
?
id
,
required
String
name
,
required
List
<
LevelId
>
linkedLevelIds
,
})
Implementation
const LevelInfo({ required this.id, required this.name, required this.linkedLevelIds });
dgis_mobile_sdk_map package
documentation
dgis
LevelInfo
LevelInfo.new const constructor
LevelInfo class