selector property

Uint8List get selector

Implementation

Uint8List get selector {
  final hash = keccak256(Uint8List.fromList(signature.codeUnits));
  return hash.sublist(0, 4);
}