Force fill the model with an array of attributes.
T forceFill(Map<String, dynamic> attributes) { for (final key in attributes.keys) { setAttribute(key, attributes[key]); } return this as T; }