isList static method

bool isList(
  1. dynamic obj
)

Implementation

static bool isList(dynamic obj)=> obj.contains('List');