tryParse abstract method Null safety

Value? tryParse(
  1. String s,
  2. NumStatus m
)

Implementation

Value? tryParse(String s, NumStatus m);