ReplyCallback constructor

ReplyCallback({
  1. String? url,
  2. bool? active,
})

Implementation

ReplyCallback({this.url, this.active});