friendsConnection property

Implementation

GHumanWithArgsData_human_friendsConnectionBuilder get friendsConnection =>
    _$this._friendsConnection ??=
        new GHumanWithArgsData_human_friendsConnectionBuilder();
set friendsConnection (GHumanWithArgsData_human_friendsConnectionBuilder? friendsConnection)

Implementation

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