MapScreen constructor
MapScreen({
- Key? key,
- String? currentAtSign,
- LocationNotificationModel? userListenerKeyword,
Implementation
MapScreen({Key? key, this.currentAtSign, this.userListenerKeyword})
: super(key: key);