friendsConnection property

Implementation

GHeroWithFragmentsData_hero_friendsConnectionBuilder get friendsConnection =>
    _$this._friendsConnection ??=
        new GHeroWithFragmentsData_hero_friendsConnectionBuilder();
void friendsConnection=(GHeroWithFragmentsData_hero_friendsConnectionBuilder? friendsConnection)

Implementation

set friendsConnection(
        GHeroWithFragmentsData_hero_friendsConnectionBuilder?
            friendsConnection) =>
    _$this._friendsConnection = friendsConnection;