VrInputMessage.fromJson constructor

VrInputMessage.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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