CheckInSharing constructor

CheckInSharing({
  1. required bool twitter,
  2. required bool tumblr,
})

Implementation

CheckInSharing({required this.twitter, required this.tumblr});