EMVoiceMessageBody.of constructor

EMVoiceMessageBody.of(EMVoiceMessageBody body)

Implementation

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