isStatic function

bool isStatic(
  1. MethodDeclaration field
)

Implementation

bool isStatic(MethodDeclaration field) {
  return field.isStatic;
}