description property

  1. @override
String get description
override

A description of this command, included in usage.

Implementation

@override
String get description => 'Fix the specified migration in the database.\n\n'
  'Updates the specified migration in the database with the local one, i.e. '
  'rewrites the name, control summ and the rollback script.'
;