failedProposerIndices property

ListBuilder<int> failedProposerIndices
override

Implementation

ListBuilder<int> get failedProposerIndices =>
    _$this._failedProposerIndices ??= ListBuilder<int>();
void failedProposerIndices=(covariant ListBuilder<int>? failedProposerIndices)
covariantoverride

Implementation

set failedProposerIndices(
        covariant ListBuilder<int>? failedProposerIndices) =>
    _$this._failedProposerIndices = failedProposerIndices;