AvatarTooLargeException constructor

AvatarTooLargeException({
  1. required int size,
  2. required int limit,
})

Implementation

AvatarTooLargeException({required this.size, required this.limit});