RecentSessionList constructor Null safety

RecentSessionList(
  1. {required bool hasMore,
  2. List<RecentSession>? sessionList}
)

Implementation

RecentSessionList({required this.hasMore, this.sessionList});