trustLine property Null safety

XdrTrustLineEntry? trustLine

Implementation

XdrTrustLineEntry? get trustLine => this._trustLine;
void trustLine=(XdrTrustLineEntry? value)

Implementation

set trustLine(XdrTrustLineEntry? value) => this._trustLine = value;