toString method

  1. @override
String toString()
override

Convert the SetAccountIdContract object to its string representation.

Implementation

@override
String toString() {
  return "SetAccountIdContract{${toJson()}}";
}