Store constructor

Store(
  1. String name,
  2. String motto,
  3. String clause
)

Implementation

Store(this.name, this.motto, this.clause);