allInCaps function

String allInCaps({
  1. required String text,
})

Implementation

String allInCaps({required String text}) => text.toUpperCase();