Charges constructor

Charges(
  1. {String? object,
  2. bool? hasMore,
  3. int? totalCount,
  4. String? url}
)

Implementation

Charges({this.object, this.hasMore, this.totalCount, this.url});