loadedIncludes property

  1. @JsonKey.new(includeFromJson: false, includeToJson: false)
Map<String, RelationScope> loadedIncludes
getter/setter pair

Track which relations were included and loaded last

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
Map<String, RelationScope> loadedIncludes = {};