isRelationLoaded property
Whether row already carries name, for MssqlEntityQuery.loadMissing.
Null means "treat every name as missing": loadMissing reloads the
requested paths on every row. Generated rows pass row.isLoaded.
Implementation
final bool Function(TRow row, String name)? isRelationLoaded;