Code Style

    You can use the official coding standard by adding to your file.

    With Star Imports

    The rationale behind it is that usually when you include a class, you will probably want to include all the method and property extension declared for that class.That’s specially convenient for operator extension methods.