BytesEmitter constructor
Creates a new BytesEmitter.
description
: optional description of this bytes instance.data
: optional initial data. See add.
Implementation
BytesEmitter({this.description, Object? data}) {
_addImpl(data);
}
Creates a new BytesEmitter.
description
: optional description of this bytes instance.data
: optional initial data. See add.BytesEmitter({this.description, Object? data}) {
_addImpl(data);
}