ContainerResult constructor

ContainerResult({
  1. String? text,
})

Implementation

ContainerResult({
    this.text,
});