fromMessageId property

int? get fromMessageId
override

Implementation

int? get fromMessageId => _$this._fromMessageId;
set fromMessageId (covariant int? fromMessageId)
covariantoverride

Implementation

set fromMessageId(covariant int? fromMessageId) => _$this._fromMessageId = fromMessageId;