TextChanged constructor

TextChanged(
  1. List response
)

Implementation

TextChanged(List<dynamic> response)
    : node = (response[0] as _i2.Uint8List),
      indexedKey = (response[1] as String),
      key = (response[2] as String);