Avatar constructor
Implementation
Avatar({
required this.full,
required this.big,
required this.medium,
required this.small,
required this.original,
this.crop,
});
Avatar({
required this.full,
required this.big,
required this.medium,
required this.small,
required this.original,
this.crop,
});