LexXrpcBody constructor

  1. @JsonSerializable(includeIfNull: false)
const LexXrpcBody({
  1. String? description,
  2. required String encoding,
  3. @lexXrpcSchemaConverter LexXrpcSchema? schema,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory LexXrpcBody({
  String? description,
  required String encoding,
  @lexXrpcSchemaConverter LexXrpcSchema? schema,
}) = _LexXrpcBody;