value<T> method

T? value<T>(
  1. CockpitTestActionField field
)

Implementation

T? value<T>(CockpitTestActionField field) => values[field] as T?;