Converts the model to a map.
@override Map<String, dynamic> toMap() { return { 'appName': appName, 'clientId': clientId, 'clientSecret': clientSecret, }; }