E
essamce
Guest
hi
what is the difference between :
private object x1 => this.someObject.p;
and
private object x1() => this.someObject.p;
?
any help will be appreciated,
thanks in advance
Continue reading...
what is the difference between :
private object x1 => this.someObject.p;
and
private object x1() => this.someObject.p;
?
any help will be appreciated,
thanks in advance
Continue reading...