hasField method

bool hasField(
  1. String name
)

Implementation

bool hasField(String name) => fieldNames.contains(name);