Converts this instance to a JSON map.
Map<String, dynamic> toJson() { return { 'license': license, 'userId': userId, }; }