data library
Classes
- DataClassConfig
- config for the optimization of data class generation.
- InlineFragmentSpreadWhenExtensionConfig
-
config for the
when
extension for selections that use inline fragment spreads with a type condition
Functions
-
buildDataLibrary(
SourceNode docSource, SourceNode schemaSource, String partUrl, Map< String, Reference> typeOverrides, [InlineFragmentSpreadWhenExtensionConfig whenExtensionConfig = const InlineFragmentSpreadWhenExtensionConfig(generateWhenExtensionMethod: false, generateMaybeWhenExtensionMethod: false), DataClassConfig dataClassConfig = const DataClassConfig(reuseFragments: false)]) → Library