List<Type> supportedDartTypes

Source

static List<Type> get supportedDartTypes {
  return [String, DateTime, bool, int, double];
}