isAssigned method
Check the given AsserestProperty's subclass Type is assigned the builder already.
Implementation
bool isAssigned(Type propertyType) =>
_platformBuilders.containsKey(propertyType);
Check the given AsserestProperty's subclass Type is assigned the builder already.
bool isAssigned(Type propertyType) =>
_platformBuilders.containsKey(propertyType);