getMap method

Map<String, double?> getMap()

(en)Returns a managed map. Do not normally call this directly.

(ja)管理中のマップを返します。 通常はこれを直接呼び出さないでください。

Implementation

Map<String, double?> getMap() {
  return _map;
}