ReflectedDeclaration constructor

const ReflectedDeclaration(
  1. String name,
  2. bool isStatic,
  3. ReflectedFunction? function
)

Implementation

const ReflectedDeclaration(this.name, this.isStatic, this.function);