InlineObject7 constructor

InlineObject7({
  1. int? code,
  2. String? message,
})

Returns a new InlineObject7 instance.

Implementation

InlineObject7({
  this.code,
  this.message,
});