root property

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

Implementation

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