Participant.fromJson constructor

Participant.fromJson(
  1. JsonObject _json
)

Creates a new Participant instance from a JsonObject.

Implementation

Participant.fromJson(this._json);