issuerCommentsPeriodCancellationDate property

String? get issuerCommentsPeriodCancellationDate

Implementation

String? get issuerCommentsPeriodCancellationDate =>
    _$this._issuerCommentsPeriodCancellationDate;
set issuerCommentsPeriodCancellationDate (String? issuerCommentsPeriodCancellationDate)

Implementation

set issuerCommentsPeriodCancellationDate(
  String? issuerCommentsPeriodCancellationDate,
) => _$this._issuerCommentsPeriodCancellationDate =
    issuerCommentsPeriodCancellationDate;