description property
String
get
description
Returns a string describing the current service.
Implementation
String get description => jsonEncode(toJson(prefix: ''));
Returns a string describing the current service.
String get description => jsonEncode(toJson(prefix: ''));