isObject static method

bool isObject(
  1. dynamic obj
)

Implementation

static bool isObject(dynamic obj)=> !isPrimitive(obj);