hasField method

bool hasField(
  1. String name
)

Implementation

bool hasField(String name) => _state.hasField(name);