encode method

Map<String, Object?> encode()

Implementation

Map<String, Object?> encode() => {
  if (cloudflareOnly != null) 'cloudflare_only': cloudflareOnly!.toTfJson(),
  'operation': operation.toTfJson(),
};