NameChanged constructor

NameChanged(
  1. List response
)

Implementation

NameChanged(List<dynamic> response)
    : node = (response[0] as _i2.Uint8List),
      name = (response[1] as String);