toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (displayName != null) 'displayName': displayName!,
if (stylusCapable != null) 'stylusCapable': stylusCapable!,
if (touchPointCount != null) 'touchPointCount': touchPointCount!,
};