fromJson method

RemoteMediaPlayer fromJson (dynamic json)

Implementation

static RemoteMediaPlayer fromJson(dynamic json) {
  return RemoteMediaPlayer(json['deviceName'], json['deviceUid']);
}