InlineObject3 constructor

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

Returns a new InlineObject3 instance.

Implementation

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