portals property

  1. @JsonKey.new(name: 'portals')
List<ReversePortal>? portals
final

List of portals.

Implementation

@JsonKey(name: 'portals')
final List<ReversePortal>? portals;