UserInfoProviderAvatarInfo constructor Null safety

UserInfoProviderAvatarInfo(
  1. AvatarPathType type,
  2. String path,
  3. {int inSampleSize = 2}
)

Implementation

UserInfoProviderAvatarInfo(this.type, this.path, {this.inSampleSize = 2});