toMapShortHand method

Map<String, dynamic> toMapShortHand()

LogSetting.toYamlStringShortHand 用の map の生成.

Implementation

Map<String, dynamic> toMapShortHand() => { location: toMapShortHandA() };