value abstract method

Object? value(
  1. String name
)

Gets the value of the parameter referenced by the given name.

Implementation

Object? value(String name);