trySetValue method

bool trySetValue(
  1. dynamic value
)

Implementation

bool trySetValue(dynamic value) => _trySetValue(value);