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

Commits on Nov 10, 2019

  1. Remove the setValue methods

    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.
    miyoyo authored Nov 10, 2019
    Configuration menu
    Copy the full SHA
    fbdece7 View commit details
    Browse the repository at this point in the history