supports method

bool supports(
  1. Object obj
)

Implementation

bool supports(Object obj) => obj is String;