prop_names property

List<Int8List>? get prop_names

Implementation

List<Int8List>? get prop_names => this._prop_names;
set prop_names (List<Int8List>? prop_names)

Implementation

set prop_names(List<Int8List>? prop_names) {
  this._prop_names = prop_names;
}