getMap method Null safety

List<XdrSCMapEntry>? getMap()

Implementation

List<XdrSCMapEntry>? getMap() {
  return this.obj?.map;
}