Initialize from database record
void fromJson(Map<String, dynamic> json) { _attributes.clear(); _attributes.addAll(json); _computedCache.clear(); syncOriginal(); }