String getProviderStringSingular(String type) => '${type.singularize()}${(type.singularize() == type.pluralize() ? 'One' : '')}Provider';