innerResultPair property Null safety

dynamic innerResultPair

Implementation

get innerResultPair => this._innerResultPair;
void innerResultPair=(dynamic value)

Implementation

set innerResultPair(value) => this._innerResultPair = value;