NotionMcpCliMcpCode class
Contents of notion_mcp.md.
notion_mcp.mdの中身。
- Inheritance
- 
    - Object
- CliMcpCode
- NotionMcpCliMcpCode
 
Constructors
- NotionMcpCliMcpCode()
- 
          Contents of notion_mcp.md.
            const
Properties
- description → String
- 
  Define the description of the code.
  no setteroverride
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- name → String
- 
  Define the name of the code.
  no setteroverride
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  apply(ExecContext context) → bool 
- 
  Defines whether to apply this code based on the contents of context.override
- 
  body(ExecContext context) → DynamicMap 
- 
  Defines the actual body code.
  override
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited