WatchAddress constructor
const
WatchAddress({
- Key? key,
- required dynamic description,
- dynamic userPackageId,
- dynamic module_id,
Implementation
const WatchAddress(
{super.key,
required this.description,
this.userPackageId,
this.module_id});