monthlyIncludedSends property

int? get monthlyIncludedSends

Implementation

int? get monthlyIncludedSends => _$this._monthlyIncludedSends;
set monthlyIncludedSends (int? monthlyIncludedSends)

Implementation

set monthlyIncludedSends(int? monthlyIncludedSends) =>
    _$this._monthlyIncludedSends = monthlyIncludedSends;