menu
electrician_app
features/diagram/domain/services/tree_cable_info.dart
CableInfo
CableInfo.new const constructor
CableInfo.new
dark_mode
light_mode
description
CableInfo
constructor
const
CableInfo
(
{
dynamic
cable
,
dynamic
catalog
,
})
Implementation
const CableInfo({this.cable, this.catalog});
electrician_app
tree_cable_info
CableInfo
CableInfo.new const constructor
CableInfo class