I\'m having a MobX store called students in my app like this
Student model
@jsonSerializable class Student = _Student with _$Student;