TextUpdateEventInit constructor
TextUpdateEventInit({})
Implementation
external factory TextUpdateEventInit(
{int? updateRangeStart,
int? updateRangeEnd,
String? text,
int? selectionStart,
int? selectionEnd,
int? compositionStart,
int? compositionEnd});