checkParams method

  1. @override
bool checkParams()
override

Checks whether all params required by the verb builder are set. Returns false if required params are not set.

Implementation

@override
bool checkParams() {
  return atKey.key.isNotEmpty && atKey.sharedBy != null;
}