canParse static method

bool canParse(
  1. Object? obj
)

Implementation

static bool canParse(Object? obj) => obj is Map<String, Object?>?;