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