UserActionSearchModel constructor
UserActionSearchModel({})
Implementation
UserActionSearchModel({
required this.latitude,
required this.longitude,
required this.isSync,
required this.timestamp,
super.isDeleted,
super.boundaryCode,
}) : super();