ProfileWithImage constructor

ProfileWithImage(
  1. String name,
  2. Animal animal,
  3. Uint8List? image
)

Construct Profile with image.

Implementation

external ProfileWithImage(String name, Animal animal, Uint8List? image);