Friends constructor

Friends({
  1. String? assetImageName,
  2. String? imageUrl,
  3. required String name,
  4. String? indexLetter,
})

Implementation

Friends(
    {this.assetImageName, this.imageUrl, required this.name, this.indexLetter});