OAuth2Dropbox constructor

OAuth2Dropbox({
  1. required String $id,
  2. required bool enabled,
  3. required String appKey,
  4. required String appSecret,
})

Implementation

OAuth2Dropbox({
  required this.$id,
  required this.enabled,
  required this.appKey,
  required this.appSecret,
});