handles static method

bool handles(
  1. String format
)

True for the two formats this adapter handles.

Implementation

static bool handles(String format) =>
    format == 'icu-json' || format == 'flat-json';