toArgMap method

Map<String, Object?> toArgMap()

Implementation

Map<String, Object?> toArgMap() => {
  'mode': mode.toTfJson(),
  'retain_until_time': retainUntilTime.toTfJson(),
};