withArray method

  1. @override
Json withArray(
  1. Function1<IList<Json>, Json> f
)
override

Implementation

@override
Json withArray(Function1<IList<Json>, Json> f) => this;