EventMemberLocation constructor

EventMemberLocation({
  1. double? lat,
  2. double? long,
  3. String? fromAtSign,
  4. String? receiver,
  5. String? key,
  6. DateTime? startSharingFrom,
  7. DateTime? shareUntil,
})

Implementation

EventMemberLocation(
    {this.lat,
    this.long,
    this.fromAtSign,
    this.receiver,
    this.key,
    this.startSharingFrom,
    this.shareUntil});