getRemainderInchesFromInches property

int getRemainderInchesFromInches

Converts a given number of inches to feet, returns the remaining inches

Implementation

int get getRemainderInchesFromInches {
  return this.remainder(12);
}