getIntFieldBy method

int? getIntFieldBy(
  1. String key
)

Implementation

int? getIntFieldBy(String key) => getField(key).asNullableInt();