AndroidPointerProperties constructor Null safety
Creates an AndroidPointerProperties object.
All parameters must not be null.
Implementation
const AndroidPointerProperties({
required this.id,
required this.toolType,
}) : assert(id != null),
assert(toolType != null);