factory VrProfileMessage.fromJson(Map<String, dynamic> json) => VrProfileMessage(VrControllerProfile.fromJson(_jsonMap(json, 'profile')));