withObject method

  1. @override
Json withObject(
  1. Function1<JsonObject, Json> f
)
override

Implementation

@override
Json withObject(Function1<JsonObject, Json> f) => this;