ContextLibrary constructor

ContextLibrary(
  1. String name,
  2. String version, {
  3. Map<String, dynamic>? custom,
})

Implementation

ContextLibrary(this.name, this.version, {Map<String, dynamic>? custom})
    : super(custom: custom);