toAgent method

Future<Content> toAgent(
  1. I i
)

Implementation

Future<Content> toAgent(I i) => Future.value(Content.text(i.toString()));