matchesFormat abstract method

bool matchesFormat(
  1. String value
)

Returns true if value matches this instance type.

Implementation

bool matchesFormat(String value);