reflects property

Iterable<ServerReflect> get reflects

Implementation

Iterable<ServerReflect> get reflects sync* {
  if (returnType.reflect case final reflect?) {
    yield reflect;
  }
}