getAgeV2 property

String getAgeV2

Implementation

String get getAgeV2 {
  final util = MyIntUtil();
  final model = util.parseWithInt(this);
  return util.getAge(model.y, model.m, model.d).toString();
}