FileLink constructor

FileLink({
  1. String? id,
  2. String? object,
  3. int? created,
  4. bool? expired,
  5. int? expiresAt,
  6. dynamic file,
  7. bool? livemode,
  8. Map<String, dynamic>? metadata,
  9. String? url,
})

Implementation

FileLink(
    {this.id,
    this.object,
    this.created,
    this.expired,
    this.expiresAt,
    this.file,
    this.livemode,
    this.metadata,
    this.url});