Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Convert Enum Casing during translation. #270

Open
@mhevery

Description

@mhevery
enum Color { Red, Green, Blue, LightBlue};

in dart it should be

enum Color { red, green, blue, lightBlue }

Because this change will break the API for our customers, we should do this soon.

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