getInchesFromFeet property
int
get
getInchesFromFeet
Converts a given number of feet to inches
Implementation
int get getInchesFromFeet {
return this * 12;
}
Converts a given number of feet to inches
int get getInchesFromFeet {
return this * 12;
}