supportedDartTypes property

List<Type> supportedDartTypes

Implementation

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