Skip to content

Interop Gen: Support Enumerations #393

Open
@nikeokoronkwo

Description

@nikeokoronkwo

This issue is to add support to the Dart Interop Interface Gen project to support typescript enumerations. As of now, we plan on supporting basic enumerations using the enum keyword.

export declare enum Color {
  Red = 0,
  Green = 1,
  Blue = 2
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions