Human constructor

const Human(
  1. Doc<UserEntity> _user,
  2. {Key key}
)

Implementation

const Human(this._user, {Key key}) : super(key: key);