POSITION_ZHI constant

List<String> const POSITION_ZHI

地支方位

Implementation

static const List<String> POSITION_ZHI = [
  '坎',
  '中',
  '震',
  '震',
  '中',
  '离',
  '离',
  '中',
  '兑',
  '兑',
  '中',
  '坎'
];