ref property
T
get
ref
Implementation
T get ref;
set
ref
(T v)
Implementation
set ref(T v) => throw StateError("You can't mutate the nullptr!");