blocStateFileContent constant

String const blocStateFileContent

Implementation

static const String blocStateFileContent =
    """part of '<screen_name>_bloc.dart';

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