MapScreen constructor

MapScreen({
  1. Key? key,
  2. String? currentAtSign,
  3. LocationNotificationModel? userListenerKeyword,
})

Implementation

MapScreen({Key? key, this.currentAtSign, this.userListenerKeyword})
    : super(key: key);