unsafeLoadFromDictionary<T extends Entity> method
Loads the values from a dictionary into the fields with the same name in the entity.
Implementation
T unsafeLoadFromDictionary<T extends Entity>(Dictionary source) {
return _unsafeLoadFromDictionary(this as T, source);
}