toJson method

dynamic toJson()

Implementation

toJson() => {
      'userLatestLoginIp': latestLoginIP,
      'userId': userId,
    };