middleware_version property

String? middleware_version
getter/setter pair

When a middleware server is used to adhere to the Rosetta interface, it should return its version here. This can help clients manage deployments.

Implementation

// ignore: non_constant_identifier_names
String? middleware_version;