NotionClient constructor

NotionClient({
  1. required NotionOptions options,
})

Implementation

NotionClient({
  required this.options,
});