operator [] method

ASTRuntimeVariable? operator [](
  1. Object? field
)

Implementation

ASTRuntimeVariable? operator [](Object? field) => _fieldsValues[field];