@override Object toJson() => { if (tokensInfo.isNotDefault) 'tokensInfo': [for (final i in tokensInfo) i.toJson()], };