Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Remove the setValue methods #68

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Remove the setValue methods #68

wants to merge 1 commit into from

Conversation

miyoyo
Copy link

@miyoyo miyoyo commented Nov 10, 2019

Dart possesses powerful getter and setter syntax, this change makes the code more inline with the general dart style, and avoids pointless repetition of code that will be generated by the compiler anyway.

This change will require a modification of the major version of the plugin in order to respect the Semantic Versioning specification.

Dart possesses powerful [getter and setter syntax](https://dart.dev/guides/language/language-tour#getters-and-setter), this change makes the code more inline with the general dart style, and avoids pointless repetition of code that will be generated by the compiler anyway.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant