getClassName method

String getClassName(
  1. String? context
)

Implementation

String getClassName(String? context) => '${context ?? ''}Messages';