updateCommand property

String get updateCommand

Gets or sets the update command for current method.

Implementation

static String get updateCommand => _updateCommand;
set updateCommand (String value)

Implementation

static set updateCommand(String value) => _updateCommand = value;