AdminSessionListResponse constructor

const AdminSessionListResponse({
  1. required List<Session> sessions,
})

Implementation

const factory AdminSessionListResponse({
    required List<Session> sessions,
}) = _AdminSessionListResponse;