encodeTimestampData function

  1. @visibleForTesting
Map<String, dynamic> encodeTimestampData(
  1. String timestampValue
)

Implementation

@visibleForTesting
Map<String, dynamic> encodeTimestampData(String timestampValue) => {'timestampValue': timestampValue};