hasField method

bool hasField(
  1. int field
)

Implementation

bool hasField(int field) => fields[field] != null;