InlineObject6 constructor

InlineObject6({
  1. int? code,
  2. String? message,
  3. int? retryAfter,
})

Returns a new InlineObject6 instance.

Implementation

InlineObject6({
  this.code,
  this.message,
  this.retryAfter,
});