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