edge_name property
Int8List?
get
edge_name
Implementation
Int8List? get edge_name => this._edge_name;
set
edge_name
(Int8List? edge_name)
Implementation
set edge_name(Int8List? edge_name) {
this._edge_name = edge_name;
}