InlineObject1 constructor

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

Returns a new InlineObject1 instance.

Implementation

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