UserBlockListResponse constructor

const UserBlockListResponse({
  1. List<UserBlockListResponseData>? data,
})

Implementation

const factory UserBlockListResponse({List<UserBlockListResponseData>? data}) =
    _UserBlockListResponse;