FunctionImageConfig constructor
const
FunctionImageConfig({})
Creates a new FunctionImageConfig.
commands Parameters to pass to the container image.
entryPoints Entry point to your application.
workingDirectory Working directory for the container image.
Implementation
const FunctionImageConfig({
this.commands,
this.entryPoints,
this.workingDirectory,
});