ContainerGraphDriver constructor

const ContainerGraphDriver({
  1. String? name,
  2. Map<String, String>? data,
})

Creates a ContainerGraphDriver with the given fields.

Implementation

const ContainerGraphDriver({this.name, this.data});