trustLine property Null safety
Implementation
XdrTrustLineEntry? get trustLine => this._trustLine;
Implementation
set trustLine(XdrTrustLineEntry? value) => this._trustLine = value;
XdrTrustLineEntry? get trustLine => this._trustLine;
set trustLine(XdrTrustLineEntry? value) => this._trustLine = value;