ContentLoader constructor

ContentLoader({
  1. ContentLoaderConfig? config,
})

Implementation

ContentLoader({ContentLoaderConfig? config})
    : config = config ?? ContentLoaderConfig();