ts property

  1. @JsonKey(disallowNullValue: true, includeIfNull: false, toJson: Expr.wrap_value)
DateTime? ts
final

Implementation

@JsonKey(
  disallowNullValue: true,
  includeIfNull: false,
  toJson: Expr.wrap_value,
)
final DateTime? ts;