toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final userInterests = this.userInterests;
  final userLists = this.userLists;
  return {'userInterests': ?userInterests, 'userLists': ?userLists};
}