ProfileModel constructor

ProfileModel({
  1. Data? data,
  2. String? message,
})

Implementation

ProfileModel({this.data, this.message});