menu
nebula_dart_gdbc package
documentation
gen/nebula_storage/src/edge_prop.dart
EdgeProp
props property
props property
dark_mode
light_mode
props
property
List
<
Int8List
>
?
get
props
Implementation
List<Int8List>? get props => this._props;
set
props
(
List
<
Int8List
>
?
props
)
Implementation
set props(List<Int8List>? props) { this._props = props; }
nebula_dart_gdbc package
documentation
gen/nebula_storage/src/edge_prop
EdgeProp
props property
EdgeProp class