response static method
Creates a response meta command with entity metadata.
Use this to send metadata back to a query request.
@param did - Target entity ID (user/group ID)
@param meta - Metadata to return for the entity
@return A MetaCommand instance containing the metadata
Implementation
static MetaCommand response(ID did, Meta meta) =>
BaseMetaCommand.fromCmd(Command.META, did, meta);