ParsedImplicitManyToManyTableName constructor
const
ParsedImplicitManyToManyTableName({})
Creates a parsed implicit relation table name.
Implementation
const ParsedImplicitManyToManyTableName({
required this.firstModelName,
required this.firstFieldName,
required this.secondModelName,
required this.secondFieldName,
});