getNumFieldBy method

num? getNumFieldBy(
  1. String key
)

Implementation

num? getNumFieldBy(String key) => getField(key).asNullableNum();