Query$StakedSui$address$objects$pageInfo.fromJson constructor

Query$StakedSui$address$objects$pageInfo.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Query$StakedSui$address$objects$pageInfo.fromJson(
  Map<String, dynamic> json,
) {
  final l$hasNextPage = json['hasNextPage'];
  final l$endCursor = json['endCursor'];
  return Query$StakedSui$address$objects$pageInfo(
    hasNextPage: (l$hasNextPage as bool),
    endCursor: (l$endCursor as String?),
  );
}