shout method

List<String> shout()

Implementation

List<String> shout() {
  //  Code for; say, bid, bing, buy, sell, ask..
  return ['Shout', 'Auction', 'String', 'List'];
}