isPrimitiveType<T> static method

bool isPrimitiveType<T>([
  1. Type? type
])

Implementation

static bool isPrimitiveType<T>([Type? type]) =>
    TypeParser.isPrimitiveType<T>(type);