user property

User? get user

Implementation

User? get user => data.isEmpty ? null : User.fromJson(data);