cubitStateFileContent constant

String const cubitStateFileContent

Implementation

static const String cubitStateFileContent =
    """part of '<screen_name>_cubit.dart';

class <state_name> {
<state_name> copy() {
  return <state_name>();
}
}""";