ManageDataOperation(String name, Uint8List value) { this._name = checkNotNull(name, "name cannot be null"); this._value = value; }