WriteParams constructor
WriteParams({
- required WriteCommandType type,
- int? size,
- int? position,
- JSAny? data,
Implementation
external factory WriteParams({
required WriteCommandType type,
int? size,
int? position,
JSAny? data,
});