Skip to content

Interop Gen: Support Overloaded Constructors #411

Description

@nikeokoronkwo

This issue adds support for overloaded constructors to the Dart JS Interop Interface Generator.

class Example {
  constructor(value: string);
  constructor(value: number);
  constructor(value: any) {
    console.log(value);
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions