factory property

String factory

Implementation

String get factory {
  return _factory ?? type.getDisplayString(withNullability: false);
}