X Tutup
Skip to content

Dart transformers should record interfaces #2204

@vsavkin

Description

@vsavkin

If I have the following class in my app

class MyClass implements MyInterface1, MyInterface2 {}

Dart transformers should record this information in the reflector object, so that I can do the following:

reflector.interfaces(MyClass) //should return [MyInterface1, MyInterface2]

Metadata

Metadata

Assignees

Labels

effort1: hoursfeatureLabel used to distinguish feature request from other issues

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup