ndNoExceptions<T> function

T? ndNoExceptions<T>(
  1. T action()
)

Implementation

T? ndNoExceptions<T>(T Function() action) => noExceptions(action);