from property

  1. @JsonKey.new(name: 'from', includeIfNull: false)
String? from
final

Implementation

@JsonKey(name: 'from', includeIfNull: false)
final String? from;