handle abstract method

T? handle(
  1. dynamic value, {
  2. T? defaultValue,
})

Implementation

T? handle(dynamic value, {T? defaultValue});