jsonCase method

String? jsonCase(
  1. String? json
)

Implementation

String? jsonCase(String? json) => json?.constantCase;