getConstellationV2 property

String getConstellationV2

Implementation

String get getConstellationV2 {
  final util = MyIntUtil();
  final model = util.parseWithInt(this);
  return util.getConstellationWith(model.m, model.d);
}