timestampDataRepresentation function

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

Implementation

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