LibraryPageHandle constructor
LibraryPageHandle({})
Implementation
LibraryPageHandle({
required this.name,
required this.libraryProjectId,
required this.pageKey,
Map<String, DslType>? params,
}) : params = UnmodifiableMapView(
Map<String, DslType>.from(params ?? const {}),
);