MNCAppsBody constructor

const MNCAppsBody({
  1. Key? key,
  2. required String userID,
  3. CachingStrategy? cachingStrategy,
})

Implementation

const MNCAppsBody({Key? key, required this.userID, this.cachingStrategy})
    : super(key: key);