isSecret method

bool isSecret(
  1. String type
)

Implementation

bool isSecret(String type) =>
    client.accountData[type]?.content['encrypted'] is Map;