FollowingType constructor

const FollowingType({
  1. required String key,
})

Implementation

const FollowingType({required String key}) : _key = key;