InlineObject4 constructor

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

Returns a new InlineObject4 instance.

Implementation

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