EventDetailSettings constructor

const EventDetailSettings({
  1. bool isListing = false,
})

Implementation

const EventDetailSettings({this.isListing = false});