intValue property

int get intValue

Implementation

int get intValue {
  return int.parse(value);
}