friendsConnection property
GHeroWithFragmentsData_hero_friendsConnectionBuilder
get
friendsConnection
Implementation
GHeroWithFragmentsData_hero_friendsConnectionBuilder get friendsConnection =>
_$this._friendsConnection ??=
new GHeroWithFragmentsData_hero_friendsConnectionBuilder();
set
friendsConnection
(GHeroWithFragmentsData_hero_friendsConnectionBuilder? friendsConnection)
Implementation
set friendsConnection(
GHeroWithFragmentsData_hero_friendsConnectionBuilder?
friendsConnection) =>
_$this._friendsConnection = friendsConnection;