cancel method

FdcFieldValueChangeResult<T> cancel([
  1. String? message
])

Cancels the current operation or edit state.

Implementation

FdcFieldValueChangeResult<T> cancel([String? message]) =>
    FdcFieldValueChangeResult<T>.cancel(message);