InlineObject5 constructor

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

Returns a new InlineObject5 instance.

Implementation

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