Modelable constructor

const Modelable({
  1. String id = "",
  2. String userId = "",
  3. bool invalid = false,
})

Creates a new modelable instance.

Implementation

const Modelable({this.id = "", this.userId = "", this.invalid = false});