timestamp property

  1. @TimestampConverter()
  2. @JsonKey(name: 'updatedAt')
int timestamp
inherited

Implementation

@TimestampConverter()
@JsonKey(name: 'updatedAt')
int get timestamp => throw _privateConstructorUsedError;