Name constructor

const Name(
  1. String name
)

Annotate Isar collections or properties to change their name.

Implementation

const Name(this.name);