prop property

Int8List? get prop

Implementation

Int8List? get prop => this._prop;
set prop (Int8List? prop)

Implementation

set prop(Int8List? prop) {
  this._prop = prop;
}