DriftDartType.of constructor

DriftDartType.of(
  1. DartType type
)

Implementation

factory DriftDartType.of(DartType type) {
  return DriftDartType(
    type: type,
    nullabilitySuffix: type.nullabilitySuffix,
  );
}