dateCreated property

  1. @JsonKey.new(name: 'date_created')
String? dateCreated
final

The date the variation was created, in the site's timezone.

Implementation

@JsonKey(name: 'date_created')
final String? dateCreated;