EMVoiceMessageBody.of constructor
Implementation
EMVoiceMessageBody.of(EMVoiceMessageBody body)
: this._file = body._file,
this._length = body._length,
super.of(body);
EMVoiceMessageBody.of(EMVoiceMessageBody body)
: this._file = body._file,
this._length = body._length,
super.of(body);