AiutaInputImage constructor
AiutaInputImage({
- required String id,
- required String url,
- required AiutaOwnerType type,
Creates an AiutaInputImage with the given unique id
and url
path,
type
of the image defines the way how the image should be stored and
removed from the users' history.
Implementation
AiutaInputImage({
required this.id,
required this.url,
required this.type,
});