factory ContainerResult.fromJson(Map<String, dynamic> json) => ContainerResult( text: json["text"], );