LocationSharingFor constructor

LocationSharingFor(
  1. DateTime? from,
  2. DateTime? to,
  3. LocationSharingType locationSharingType,
  4. bool isAccepted,
  5. bool isExited,
  6. bool isSharing,
)

Implementation

LocationSharingFor(this.from, this.to, this.locationSharingType,
    this.isAccepted, this.isExited, this.isSharing);