1import 'package:connect/features/account/domain/entities/profile_entity.dart';
13 email: json[
'email'] as String?,
14 id: json[
'id'] as
int?,
16 name: json[
'name'] as String?,
const ProfileEntity({ this.email, this.id, this.phoneNumber, this.name, })
Map< String, dynamic > toJson()
ProfileModel({ super.email, super.id, super.name, super.phoneNumber, })