parseNumber abstract method

T? parseNumber(
  1. String input
)

Coerces the String value of the MaterialInput into type of T.

Implementation

T? parseNumber(String input);