toArgMap method

Map<String, Object?> toArgMap()

Implementation

Map<String, Object?> toArgMap() => {
  'hosts': hosts,
  'path_matcher': pathMatcher.toTfJson(),
  if (description != null) 'description': description!.toTfJson(),
};