trustLine property

Implementation

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

Implementation

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