TypeReference constructor
const
TypeReference({
- required String type,
- required bool isList,
- required TypeLocation location,
- required TypeNamespace? namespace,
Implementation
const TypeReference({
required this.type,
required this.isList,
required this.location,
required this.namespace,
});