static UserLocal fromJson(Map<String, dynamic> json) => UserLocal( id: json['userIdKey'], name: json['name'], imageURL: json['imgUrl'], );