toParam method

dynamic toParam()

Implementation

toParam() {
  if (stringValue != null) {
    return stringValue;
  }
  return intValue;
}