storage property

List<XdrSCMapEntry>? storage

Implementation

List<XdrSCMapEntry>? get storage => this._storage;
void storage=(List<XdrSCMapEntry>? value)

Implementation

set storage(List<XdrSCMapEntry>? value) => this._storage = value;