InlineObject2 constructor

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

Returns a new InlineObject2 instance.

Implementation

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