supabaseRelatedBuilders property
Stores related builders, keyed by the desired JSON key for the output in the parent object.
For example, {'author': RelatedBuilderLink(...), 'comments': RelatedBuilderLink(...)}
.
Implementation
final Map<String, RelatedBuilderLink> supabaseRelatedBuilders = {};