object UsingDefaultBulletPoints : BulletPointProvider
(source)
Does not define custom bullet points, i.e. returns an empty map for getBulletPoints so that the default bullet points are used.
fun getBulletPoints(): Map<KClass<out BulletPointIdentifier>, String>
Returns an empty map so that the default bullet points are used. |