ContextBuilder constructor

ContextBuilder({
  1. ResourceProvider resourceProvider,
})

Initialize a newly created context builder. If a resourceProvider is given, then it will be used to access the file system, otherwise the default resource provider will be used.

Implementation

factory ContextBuilder({ResourceProvider resourceProvider}) =
    ContextBuilderImpl;