LookupEntry constructor
const
LookupEntry({
- required LookupTypeDef typeDef,
- required int typeId,
- required List<
String> path,
Implementation
const LookupEntry({
required this.typeDef,
required this.typeId,
required this.path,
});