KListController.get constructor

KListController.get({
  1. String? theKey,
})

Implementation

factory KListController.get({String? theKey}) =>
    Get.find<KListController>(tag: theKey);