ResultAvailable constructor

  1. @JsonSerializable(includeIfNull: false)
const ResultAvailable({
  1. @Default('com.atproto.temp.checkHandleAvailability#resultAvailable') String $type,
  2. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory ResultAvailable({
  @Default('com.atproto.temp.checkHandleAvailability#resultAvailable')
  String $type,

  Map<String, dynamic>? $unknown,
}) = _ResultAvailable;