factory VrInputMessage.fromJson(Map<String, dynamic> json) => VrInputMessage(VrInputEventSnapshot.fromJson(_jsonMap(json, 'event')));