updatedBy property

  1. @JsonKey.new(name: 'UpdatedBy')
String? updatedBy
final

The user who last updated the model

Implementation

@JsonKey(name: 'UpdatedBy')
final String? updatedBy;